(view-lossage): Mention open-dribble-file in the doc
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Mar 2001 14:01:05 +0000 (14:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Mar 2001 14:01:05 +0000 (14:01 +0000)
string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.

lisp/help.el

index c1e6ac8c51ecf8b5550ce6ad4f2ac109df1a619a..2fab9422aeadad0f6dae49a7c5b623db42005715 100644 (file)
@@ -476,7 +476,9 @@ With numeric argument, display information on correspondingly older changes."
   (view-file (expand-file-name "PROBLEMS" data-directory)))
 
 (defun view-lossage ()
-  "Display last 100 input keystrokes."
+  "Display last 100 input keystrokes.
+
+To record all your input on a file, use `open-dribble-file'."
   (interactive)
   (with-output-to-temp-buffer "*Help*"
     (princ (mapconcat (function (lambda (key)